PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFListField Class / setSelectedItem Method
A PDFListItem that represents the selected item.
In This Topic
    setSelectedItem Method
    In This Topic
    Sets the first selected item in the list.
    Syntax
    public void setSelectedItem( 
       PDFListItem value
    )

    Parameters

    value
    A PDFListItem that represents the selected item.
    See Also